home *** CD-ROM | disk | FTP | other *** search
- card_3058.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>3058</id>
- <filler1>0</filler1>
- <bitmap>BMAP_8535.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>3936</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <part>
- <id>1</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>168</left>
- <top>268</top>
- <right>291</right>
- <bottom>335</bottom>
- </rect>
- <style>shadow</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>Geneva</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <textHeight>16</textHeight>
- <name></name>
- <script></script>
- </part>
- <part>
- <id>2</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>296</left>
- <top>274</top>
- <right>365</right>
- <bottom>330</bottom>
- </rect>
- <style>roundrect</style>
- <showName> <true /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <false /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>8979</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Play</name>
- <script>on mouseUp
- hide menubar
- global delay
- lock screen -- this clears the screen
- unlock screen -- this clears the screen
- -- This section determines speed of CPU being used
- put the ticks into startTime
- repeat 1000
- end repeat
- put (the ticks - startTime) into delay
- if delay > 2 then put 0 into delay
- else put 2 into delay
- repeat until the mouse is down
- repeat with i=1 to 11
- add 3 to i
- go to cd i
- wait delay ticks
- end repeat
- end repeat
- show menubar
- go to cd 2
- end mouseUp
-
-
-
-
- -- Written by A. Craig Warp
- -- in 1989 as a demonstration of
- -- PICT animation. PICTs were
- -- created by using SWIVEL 3D
-
-
-
- on DynoDemo
- Global delay
- --XLoc, Yloc are the x,y coordinates of the upper left corner
- put "1,2,3,4,5,6,7,8,9,9,9,9,9,5,4,3,2,1" into Seq1
- put "1,1,1,1,1,1,1,1,1" into Seq2
- put "1,2,3,4,5,8,9,10,11,12,13,14,15,16,15,14,13,12,13,14,15,16,17,"&¬
- "18,19,20,21,22,23,23,23,24,25,26,27" into Seq3
- put "27,28,29,30,31,32,33,34,34,34,33,32,31,30,29,28,27" into Seq4
- put "27,28,29,30,31,32,33,34,35,36,37,38,39,38,37,36,35,34,"&¬
- "33,33,33,34,35,36,37,38,39,40,41,42"into Seq5
- put Seq4 into Seq6
- put Seq4 into Seq7
- put "1,1,1,1,1,1,1,1" into Seq8
- put "42,41,40,39,38,37,36,35,34,33,33,33,"&¬
- "34,35,36,37,38,39,40,41,42" into Seq9
- put Seq9 into Seq10
- put Seq9 into Seq11
- put "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20" into Seq12
- put Seq12 into Seq13
- put 653 into n
- repeat until the mouse is down
- put random(13) into Rnum
- do "get Seq"&Rnum
- if Rnum > 11 then
- repeat with m = 1 to the number of items in it
- wait delay ticks
- GetPicture 500+m,0,65,209,343
- wait delay ticks
- GetPicture 600+(item m of it),251,0,513,128
- add 1 to n
- if n > 653 then put 651 into n
- wait delay ticks
- GetPicture n,194,191-Rnum,256,242-Rnum
- end repeat
- end if
- repeat with m = 1 to the number of items in it
- wait delay ticks
- GetPicture 500+(item m of it),0,65,209,343
- add 1 to n
- if n > 653 then put 651 into n
- wait delay ticks
- GetPicture n,194,191-Rnum,256,242-Rnum
- wait delay ticks
- end repeat
- end repeat
- end DynoDemo
-
- </script>
- </part>
- <part>
- <id>3</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>0</left>
- <top>22</top>
- <right>512</right>
- <bottom>120</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chubby Shadow</font>
- <textSize>38</textSize>
- <textStyle>italic</textStyle>
- <textStyle>bold</textStyle>
- <textHeight>50</textHeight>
- <name></name>
- <script></script>
- </part>
- <content>
- <layer>card</layer>
- <id>1</id>
- <text>Play to start Ad
-
- Hold down mouse to stop</text>
- </content>
- <content>
- <layer>card</layer>
- <id>3</id>
- <text><span class="style3">ECONSTRUCTING
- DeFeNeStRaTe.C</span></text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_9519.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>9519</id>
- <filler1>0</filler1>
- <bitmap>BMAP_9981.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <part>
- <id>2</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>0</left>
- <top>22</top>
- <right>512</right>
- <bottom>120</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chubby Shadow</font>
- <textSize>38</textSize>
- <textStyle>italic</textStyle>
- <textStyle>bold</textStyle>
- <textHeight>50</textHeight>
- <name></name>
- <script></script>
- </part>
- <part>
- <id>6</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>339</left>
- <top>158</top>
- <right>512</right>
- <bottom>251</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>right</textAlign>
- <font>MicroMedium</font>
- <textSize>24</textSize>
- <textStyle>plain</textStyle>
- <textHeight>32</textHeight>
- <name></name>
- <script></script>
- </part>
- <content>
- <layer>card</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DEFENESTRATE.C
- </text>
- </content>
- <content>
- <layer>card</layer>
- <id>2</id>
- <text><span class="style3">ECONSTRUCTING
- DeFeNeStRaTe.C</span></text>
- </content>
- <content>
- <layer>card</layer>
- <id>3</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>card</layer>
- <id>4</id>
- <text>Shmoocon
- Sunday
- 10am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN
- </text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_3812.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>3812</id>
- <filler1>0</filler1>
- <bitmap>BMAP_4715.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <part>
- <id>1</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <false /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <false /> </lockText>
- <rect>
- <left>0</left>
- <top>22</top>
- <right>512</right>
- <bottom>120</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chubby Shadow</font>
- <textSize>36</textSize>
- <textStyle>plain</textStyle>
- <textHeight>48</textHeight>
- <name></name>
- <script></script>
- </part>
- <content>
- <layer>card</layer>
- <id>1</id>
- <text><span class="style2">ECONSTRUCTING
- DeFeNeStRaTe.C</span></text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_4529.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>4529</id>
- <filler1>0</filler1>
- <bitmap>BMAP_5327.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_4923.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>4923</id>
- <filler1>0</filler1>
- <bitmap>BMAP_5404.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_5770.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>5770</id>
- <filler1>0</filler1>
- <bitmap>BMAP_7239.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_6038.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>6038</id>
- <filler1>0</filler1>
- <bitmap>BMAP_7665.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_6176.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>6176</id>
- <filler1>0</filler1>
- <bitmap>BMAP_7710.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_6606.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>6606</id>
- <filler1>0</filler1>
- <bitmap>BMAP_8010.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_4182.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>4182</id>
- <filler1>0</filler1>
- <bitmap>BMAP_8889.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_9081.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>9081</id>
- <filler1>0</filler1>
- <bitmap>BMAP_6695.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
- card_7076.xml
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
- <card>
- <id>7076</id>
- <filler1>0</filler1>
- <bitmap>BMAP_8365.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <owner>2567</owner>
- <link rel="stylesheet" type="text/css" href="stylesheet_3079.css" />
- <content>
- <layer>background</layer>
- <id>1</id>
- <text>DECONSTRUCTING
- DeFeNeStRaTe.C</text>
- </content>
- <content>
- <layer>background</layer>
- <id>2</id>
- <text>Skytalks
- Friday
- 11am</text>
- </content>
- <content>
- <layer>background</layer>
- <id>5</id>
- <text>Soldier of FORTRAN</text>
- </content>
- <name></name>
- <script></script>
- </card>
-
-
-